Click or drag to resize

JsonNumber Class

Inheritance Hierarchy

Namespace:  Independentsoft.Json.Parser
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class JsonNumber : JsonValue

The JsonNumber type exposes the following members.

Constructors
  NameDescription
Public methodJsonNumber(Double)
Initializes a new instance of the JsonNumber class
Public methodJsonNumber(Int32)
Initializes a new instance of the JsonNumber class
Public methodJsonNumber(Int64)
Initializes a new instance of the JsonNumber class
Public methodJsonNumber(Single)
Initializes a new instance of the JsonNumber class
Public methodJsonNumber(String)
Initializes a new instance of the JsonNumber class
Top
Methods
See Also